An R6 object that contains CAAR results.
An R6 object that contains CAAR results.
R6Class
object.
caar_tbl
CAAR results.
statistics_tbl
CAAR test statistic results. Class initialization
new()
CAAResults$new(caar_tbl, statistics_tbl)
caar_tbl
CAAR result table.
statistics_tbl
Table with statistics.
clone()
The objects of this class are cloneable with this method.
CAAResults$clone(deep = FALSE)
deep
Whether to make a deep clone.